@charset "utf-8";
/* CSS Document */
ul,li{ margin:0px; padding:0px;}
li{ list-style-type:none;}
.vcenter {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    margin: auto
}
.home-product {
    padding: 60px 0;
    color: #6f6f6f;
    background-color: #edeff0;
	overflow:hidden;
}
 

.home-product .title {
    color: #333;
    font-size: 24px;
    margin-bottom: 5px;
    text-align: center
}

.home-product li {
    margin: 30px 0;
    text-align: center
}

.home-product li .pic {
    overflow: hidden;
    position: relative
}

.home-product li .pic:after {
    content: "";
    display: block;
    padding-bottom: 63%
}

.home-product li .pic img {
    -webkit-transition-duration: 1s;
    transition-duration: 1s
}

.home-product li .tit {
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    border-bottom: solid 3px #c9c9c9
}

.home-product li .tit a {
    color: #333;
    display: block
}

.home-product li:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.home-product li:hover .tit {
    font-size: 16px;
    font-weight: bold;
    border-color: #c00008
}

.home-product li:hover .tit a{
    color:#c00008
}

@media (max-width: 1000px) {
    .home-product {
        margin-top: 30px;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .home-product li {
        padding: 0 5px;
        margin: 10px 0
    }
}

@media (max-width: 640px) {
    .home-product li {
        width: 50%
    }
}



.home_about {
  background: url(../images/about_bg.jpg);
  padding: 4% 0px 2%;
}
.home_about .about_com {
  max-width: 1200px;
  width: 98%;
  margin: auto;
}
.home_about .about_com .a_left {
  width: 47%;
  float: left;
  position: relative;
}
.home_about .about_com .a_left .ab_bg {
  background: url(../images/about_a_bg.jpg) no-repeat;
  position: relative;
}
.home_about .about_com .a_left .ab_bg i {
  display: block;
  padding-bottom: 73.38403041825094%;
}
.home_about .about_com .a_left .pic {
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 15px;
  left: 20px;
}
.home_about .about_com .a_left .pic i {
  display: block;
  padding-bottom: 73.38403041825094%;
}
.home_about .about_com .a_left .pic img {
  z-index: 999;
}
.home_about .about_com .a_right {
  width: 48%;
  float: left;
  margin-left: 3%;
  color: #fff;
  padding-top: 5%;
}
.home_about .about_com .a_right .span_y {
  font-family: FuturaCondensedNormal;
  font-size: 34px;
  width: 98%;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
}
.home_about .about_com .a_right .span_z {
  font-size: 24px;
  line-height: 26px;
  height: 26px;
  width: 98%;
  overflow: hidden;
}
.home_about .about_com .a_right p {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  width: 98%;
  margin: 30px auto;
}
.home_about .about_com .a_right .more {
  color: #fff;
  font-size: 14px;
  height: 40px;
  width: 150px;
  background: #fe9d00;
  display: block;
  text-align: center;
  line-height: 40px;
}
.home_about .about_com .a_right .more:hover {
  font-weight: 700;
}
@media (max-width: 768px) {
  .home_about .about_com .a_left {
    width: 100%;
  }
  .home_about .about_com .a_left .pic {
    top: 0px;
    left: 0px;
  }
  .home_about .about_com .a_right {
    width: 100%;
    margin-left: 0px;
  }
  .home_about .about_com .a_right .span_y {
    font-size: 24px;
  }
  .home_about .about_com .a_right .span_z {
    font-size: 18px;
  }
  .home_about .about_com .a_right p {
    margin: 10px auto;
  }
}



.home-news {
	padding-bottom: 50px; width:1200px;margin:0 auto;
}

.home-news .container {
	padding: 0
}

.home-news .home-title {
	padding: 0 15px
}

.home-news .scroll {
	margin-top: 50px
}

.home-news .box {
	margin: 0 15px
}

.home-news .box dt {
	position: relative
}

.home-news .box dt:after {
	content: "";
	display: block;
	padding-bottom: 68%
}

.home-news .box dd {
	padding: 15px;
	color: #737272;
	padding-bottom: 30px;
	-webkit-transition-duration: 334ms;
	transition-duration: 334ms;
	background-color: #ebebeb
}

.home-news .box dd h3 {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 16px;
	font-weight: normal
}

.home-news .box dd h3 a {
	color: #555;
	display: block;
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}

.home-news .box dd p {
	height: 40px;
	margin-top: 5px;
	overflow: hidden;
	line-height: 20px
}

.home-news .box dl:hover dd {
	background-color: #0277b9;
	color: #fff
}

.home-news .box dl:hover dd h3 a {
	color: #fff
}

.home-news .slick-dots {
	bottom: -70px
}

.home-news .slick-dots li.slick-active button {
	width: 40px;
	background-color: #0277b9
}

.home-news .slick-dots li button {
	width: 30px;
	height: 4px;
	margin: 0 5px;
	border-radius: 0;
	background-color: #ddd
}

@media (max-width:1024px) {
	.home-news {
		padding-bottom: 30px
	}

	.home-news .scroll {
		margin-top: 30px
	}

	.home-news .box {
		margin: 0 5px
	}

	.home-news .slick-dots {
		bottom: -40px
	}
}

@media (max-width:390px) {
	.home-news .box {
		margin: 0 10px
	}
}


.home-title {
	font-size: 24px;
	color: #696969;
	margin-top: 70px;
	text-align: center
}

.home-title .en {
	font-family: impact;
	margin-bottom: 5px;
	font-size: 40px;
	line-height: 40px;
	font-weight: normal;
	border-top: solid 1px #ccc
}

.home-title .en legend {
	padding: 0 15px
}

@media (max-width:1024px) {
	.home-title {
		font-size: 16px;
		margin-top: 35px
	}

	.home-title .en {
		font-size: 24px;
		line-height: 30px
	}
}
